Statistics


TODO: REPLACE
Protobuf type meshtastic.StoreAndForward.Statistics

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , StoreAndForwardProtos.StoreAndForward.StatisticsOrBuilder

TODO: REPLACE
Protobuf type meshtastic.StoreAndForward.Statistics

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getHeartbeat(): Boolean

Is the heartbeat enabled on the server?
bool heartbeat = 7;
Link copied to clipboard
open fun getMessagesMax(): Int

Maximum number of messages we will save
uint32 messages_max = 3;
Link copied to clipboard
open fun getMessagesSaved(): Int

Number of messages we have currently saved our history.
uint32 messages_saved = 2;
Link copied to clipboard
open fun getMessagesTotal(): Int

Number of messages we have ever seen
uint32 messages_total = 1;
Link copied to clipboard
open fun getRequests(): Int

Number of times any client sent a request to the S&F.
uint32 requests = 5;
Link copied to clipboard

Number of times the history was requested.
uint32 requests_history = 6;
Link copied to clipboard
open fun getReturnMax(): Int

Maximum number of messages the server will return.
uint32 return_max = 8;
Link copied to clipboard
open fun getReturnWindow(): Int

Maximum history window in minutes the server will return messages from.
uint32 return_window = 9;
Link copied to clipboard
Link copied to clipboard
open fun getUpTime(): Int

Router uptime in seconds
uint32 up_time = 4;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Statistics
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Statistics
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Statistics
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Statistics
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): StoreAndForwardProtos.StoreAndForward.Statistics
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)